From 3263b963e63c4f3a374ffe060ee3ca580d43f6da Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 20 May 2014 10:10:31 -0400 Subject: [PATCH] Add a skeleton for an input handling overview document Not integrated in the docs yet, since there's no content. --- docs/reference/gtk/input-handling.xml | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/reference/gtk/input-handling.xml diff --git a/docs/reference/gtk/input-handling.xml b/docs/reference/gtk/input-handling.xml new file mode 100644 index 0000000000..45e50b0d22 --- /dev/null +++ b/docs/reference/gtk/input-handling.xml @@ -0,0 +1,51 @@ + + + + +The GTK+ Input Handling Model +3 +GTK Library + + + +The GTK+ Input Handling Model + + GTK+ input handling in detail + + + + + + Overview of GTK+ input handling + + + Devices and events + + + + + + + Event propagation + + + + + + + Keyboard input + + + + + + + Gestures + + + + + + -- 2.30.2